Skip to content

Conversation

@alon-zeltser-cyera
Copy link
Contributor

@alon-zeltser-cyera alon-zeltser-cyera commented Oct 18, 2025

Fix an issue of using PostgreSQL watermark column that contain uppercase letters for example

  "watermarkColumn": "rowInsertedAt",

and setting snapshotNumPartitionsOverride > 0, GetQRepPartitions fails with

{
  "message": "failed to get partitions from source: ERROR: column \"rowinsertedat\" does not exist (SQLSTATE 42703)",
  "source": "GoSDK",
  "cause": {
    "message": "ERROR: column \"rowinsertedat\" does not exist (SQLSTATE 42703)",
    "source": "GoSDK",
    "applicationFailureInfo": {
      "type": "PgError"
    }
  },
  "applicationFailureInfo": {
    "type": "wrapError"
  }
}

@CLAassistant
Copy link

CLAassistant commented Oct 18, 2025

CLA assistant check
All committers have signed the CLA.

@serprex serprex merged commit 02c9c20 into PeerDB-io:main Oct 22, 2025
15 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants